home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Rally2100.swf / scripts / DefineButton2_105 / BUTTONCONDACTION on(keyPress Enter).as
Encoding:
Text File  |  2001-07-07  |  82 b   |  5 lines

  1. on(keyPress "<Enter>"){
  2.    name = name1 add "\'S CAR";
  3.    gotoAndPlay(151);
  4. }
  5.